From: Lars-Peter Clausen Date: Sat, 29 Nov 2008 23:15:20 +0000 (+0000) Subject: Fix matchbox linking. X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=5031b49571324696a3ad9e870c90e3430944acb0;p=openwrt%2Fsvn-archive%2Fpackages.git Fix matchbox linking. SVN-Revision: 13438 --- diff --git a/Xorg/app/matchbox/Makefile b/Xorg/app/matchbox/Makefile index d08a8ede4..e00b0435f 100644 --- a/Xorg/app/matchbox/Makefile +++ b/Xorg/app/matchbox/Makefile @@ -17,13 +17,16 @@ PKG_SOURCE_URL:=http://matchbox-project.org/sources/matchbox-window-manager/$(PK PKG_FIXUP = libtool +TARGET_LDFLAGS+= \ + -Wl,-rpath-link=$(STAGING_DIR)/usr/lib + include $(INCLUDE_DIR)/package.mk define Package/matchbox TITLE:=matchbox window manager SECTION:=xorg-wm CATEGORY:=Xorg - DEPENDS:=+libX11 +zlib +libfreetype +fontconfig +libmatchbox @DISPLAY_SUPPORT + DEPENDS:=+libX11 +zlib +libfreetype +fontconfig +libmatchbox endef define Build/Compile